-
Notifications
You must be signed in to change notification settings - Fork 42
clean unnecessary copy #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean unnecessary copy #641
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #641 +/- ##
==========================================
- Coverage 80.69% 80.68% -0.01%
==========================================
Files 45 45
Lines 4217 4215 -2
==========================================
- Hits 3403 3401 -2
Misses 664 664
Partials 150 150
🚀 New features to boost your workflow:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, fbm3307, metlos, mfrancisc, rsoaresd, xcoulon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
New changes are detected. LGTM label has been removed. |
|
Description
clean unnecessary copy. With go 1.22, we do not need it. For more info, check https://go.dev/blog/loopvar-preview
clean unnecessary copy toolchain-e2e#1133
clean unnecessary copy host-operator#1157
clean unnecessary copy kubesaw/ksctl#108
clean unnecessary copy toolchain-common#469
was pr 149